@charset "utf-8";
/* CSS Document */

/*  IMPORT
---------------------------------------------- */


@import url("style_s.css") screen and (min-width:0px) and (max-width: 639px);
@import url("style_t.css") screen and (min-width:640px) and (max-width: 979px);
@import url("style.css") screen and (min-width:980px);